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
'Declaración
<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 | |
---|---|---|
vcprojCATIDActiveXReferenceNode | Not currently implemented. | |
vcprojCATIDAssemblyReferenceNode | Not currently implemented. | |
vcprojCATIDFileGroup | Represents a folder GUID. | |
vcprojCATIDFileNode | Represents a file GUID. | |
vcprojCATIDProjectNode | Represents a file GUID. | |
vcprojCATIDProjectReferenceNode | Not currently implemented. | |
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.