SingleFileGeneratorFactory.ProjectGuid Property

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

See Also

Reference

SingleFileGeneratorFactory Class

SingleFileGeneratorFactory Members

Microsoft.VisualStudio.Package Namespace