GetUnitType Method
See Also 
SourceCode.Framework.Design Namespace > IOleUndoUnit Interface : GetUnitType Method



pClsid
plID

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Function GetUnitType( _
   ByRef pClsid As Guid, _
   ByRef plID As Integer _
) As Integer
Visual Basic (Usage) Copy Code
Dim instance As IOleUndoUnit
Dim pClsid As Guid
Dim plID As Integer
Dim value As Integer
 
value = instance.GetUnitType(pClsid, plID)
C#  
int GetUnitType( 
   out Guid pClsid,
   out int plID
)
C++/CLI  
int GetUnitType( 
   [Out] Guid pClsid,
   [Out] int plID
) 

Parameters

pClsid
plID

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also