RegisterEditorExtensionAttribute::NameResourceID Property

 

Gets or sets the name resource ID.

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

public:
property int NameResourceID {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The name resource ID.

Return to top
Show: