vcprojCATIDS Class

Used to identify items returned via DTE automation methods.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VCProject.vcprojCATIDS

Namespace:  Microsoft.VisualStudio.VCProject
Assembly:  Microsoft.VisualStudio.VCProject (in Microsoft.VisualStudio.VCProject.dll)

Syntax

'Declaration
<GuidAttribute("02F362FB-763C-43D3-A4DC-654DD64320C9")> _
Public NotInheritable Class vcprojCATIDS
[GuidAttribute("02F362FB-763C-43D3-A4DC-654DD64320C9")]
public static class vcprojCATIDS
[GuidAttribute(L"02F362FB-763C-43D3-A4DC-654DD64320C9")]
public ref class vcprojCATIDS abstract sealed
[<AbstractClass>]
[<Sealed>]
[<GuidAttribute("02F362FB-763C-43D3-A4DC-654DD64320C9")>]
type vcprojCATIDS =  class end
public final class vcprojCATIDS

The vcprojCATIDS type exposes the following members.

Fields

  Name Description
Public fieldStatic member vcprojCATIDActiveXReferenceNode Not currently implemented.
Public fieldStatic member vcprojCATIDAssemblyReferenceNode Not currently implemented.
Public fieldStatic member vcprojCATIDFileGroup Represents a folder GUID.
Public fieldStatic member vcprojCATIDFileNode Represents a file GUID.
Public fieldStatic member vcprojCATIDProjectNode Represents a file GUID.
Public fieldStatic member vcprojCATIDProjectReferenceNode Not currently implemented.
Public fieldStatic member vcprojCATIDReferences Not currently implemented.

Top

Remarks

These CATIDs are in GUID format.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.VCProject Namespace