ProvideMenuResourceAttribute::ResourceID Property

 

The ResourceID property returns the value of the resource ID set in the constructor.

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

public:
property String^ ResourceID {
	String^ get();
}

Property Value

Type: System::String^

The resource ID of the menu resource.

The resource ID must match the ID used in both the satellite (resource-only) DLL and the .3413dda1-f372-4669-bcf0-c64d3463842c

Return to top
Show: