Initializes a new instance of ProvideProjectItemAttribute for the item.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public Sub New ( _
projectFactoryType As Object, _
itemCategoryName As String, _
templatesDir As String, _
priority As Integer _
)
'使用
Dim projectFactoryType As Object
Dim itemCategoryName As String
Dim templatesDir As String
Dim priority As Integer
Dim instance As New ProvideProjectItemAttribute(projectFactoryType, _
itemCategoryName, templatesDir, _
priority)
public ProvideProjectItemAttribute(
Object projectFactoryType,
string itemCategoryName,
string templatesDir,
int priority
)
public:
ProvideProjectItemAttribute(
Object^ projectFactoryType,
String^ itemCategoryName,
String^ templatesDir,
int priority
)
public function ProvideProjectItemAttribute(
projectFactoryType : Object,
itemCategoryName : String,
templatesDir : String,
priority : int
)
Parameters
projectFactoryType
Type: System.ObjectThe type of project factory. This can be a Type , a GUID, or the string form of the GUID.
itemCategoryName
Type: System.StringThe display name of the type of item.
templatesDir
Type: System.StringThe directory in which the templates for this project type can be found.
priority
Type: System.Int32The priority of this type (for sorting purposes).
Permissions
- 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.
See Also
Reference
ProvideProjectItemAttribute Class