Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Property ProjectGuid As Guid
'使用
Dim instance As SingleFileGeneratorFactory
Dim value As Guid
value = instance.ProjectGuid
instance.ProjectGuid = value
public Guid ProjectGuid { get; set; }
public:
property Guid ProjectGuid {
Guid get ();
void set (Guid value);
}
public function get ProjectGuid () : Guid
public function set ProjectGuid (value : Guid)
Property Value
Type: System.Guid
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
SingleFileGeneratorFactory Class