Constants.vsCATIDGenericProject Field
The CATID for generic projects — that is, projects without a specific object model.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsCATIDGenericProject As String
'Usage
Dim value As String
value = Constants.vsCATIDGenericProject
public const string vsCATIDGenericProject
public:
literal String^ vsCATIDGenericProject
public const var vsCATIDGenericProject : String
Remarks
Returned whenever you request the ExtenderCATID for an item.
.NET Framework Security
- 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.