Gets the CATID corresponding to the specified type.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Function GetCATIDForType ( _
type As Type _
) As Guid
'使用
Dim type As Type
Dim returnValue As Guid
returnValue = Me.GetCATIDForType(type)
protected internal Guid GetCATIDForType(
Type type
)
protected public:
Guid GetCATIDForType(
Type^ type
)
protected internal function GetCATIDForType(
type : Type
) : Guid
Parameters
type
Type: System.TypeType of the object for which to get the CATID.
Return Value
Type: System.Guid
The CATID.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.