ProvideEditorExtensionAttribute.ProjectGuid Property

Definition

Sets and gets the GUID of the project associated with this editor.

public:
 property System::String ^ ProjectGuid { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ProjectGuid { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ProjectGuid { get; set; }
member this.ProjectGuid : string with get, set
Public Property ProjectGuid As String

Property Value

The project GUID.

Applies to