RegisterEditorExtensionAttribute.ProjectGuid Property

Gets or sets the project GUID.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property ProjectGuid As String
public string ProjectGuid { get; set; }
public:
property String^ ProjectGuid {
    String^ get ();
    void set (String^ value);
}
member ProjectGuid : string with get, set
function get ProjectGuid () : String 
function set ProjectGuid (value : String)

Property Value

Type: String
The project GUID.

.NET Framework Security

See Also

Reference

RegisterEditorExtensionAttribute Class

Microsoft.VisualStudio.Shell Namespace