IVSMDPropertyGrid::SelectedPropertyName Property

 

Gets the name of the currently-selected property.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

[DispIdAttribute(1610678276)]
property String^ SelectedPropertyName {
	String^ get();
}

Property Value

Type: System::String^

The name of the currently-selected property.

Return to top
Show: