PrjCATID Class

 

Used for automation extension of the Project object.

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

System.Object
  VSLangProj.PrjCATID

[GuidAttribute("0C96047C-1AFC-436A-96C9-A944241D5FAF")]
public abstract class PrjCATID

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticprjCATIDProject

Project automation object CATID.

System_CAPS_pubfieldSystem_CAPS_staticprjCATIDProjectItem

ProjectItem automation object CATID.

Automation extension is used to extend an automation interface by adding properties and methods. This enumeration allows developers to extend only one type of project by defining CATIDs for different project types.

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

Return to top
Show: