Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a language specific project type GUID that used to return add item templates.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property AddItemTemplatesGuid As Guid
Guid AddItemTemplatesGuid { get; }
Property Value
Type: Guid
A GUID representing a project type.
Remarks
This GUID that can be used as a language string in GetProjectItemTemplate function to retrieve a path to a template.
Typically, GetProjectItemTemplate accepts a language string such as "CSharp" or "VB" to retrieve a language-specific template. SharePoint projects use GUIDs instead of strings to hide SharePoint project item templates from non-SharePoint projects.
.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.