ProjectNode.GetCATIDForType Method

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.Type

    Type of the object for which to get the CATID.

Return Value

Type: System.Guid

The CATID.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace