Share via


ComponentPickerPropertyPageAttribute.PageRegKeyName Property

Gets the property page register key name.

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

Syntax

'Declaration
Public ReadOnly Property PageRegKeyName As String
public string PageRegKeyName { get; }
public:
property String^ PageRegKeyName {
    String^ get ();
}
member PageRegKeyName : string with get
function get PageRegKeyName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ComponentPickerPropertyPageAttribute Class

Microsoft.VisualStudio.Shell Namespace