Sets common project properties with the default value if they are empty.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Sub InitializeProjectProperties
'使用
Me.InitializeProjectProperties()
protected virtual void InitializeProjectProperties()
protected:
virtual void InitializeProjectProperties()
protected function InitializeProjectProperties()
Remarks
By default the AssemblyName, Name and RootNamespace properties are set to the name of the project.
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.