ProvideEditorExtensionAttribute::NameResourceID Property

 

Gets and sets the integer NameResourceID.

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

Name resource ID.

This value is set to 0 in the constructor.

Return to top
Show: