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.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

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

Property Value

Type: System.String
The resource ID of the menu resource.

Remarks

The resource ID must match the ID used in both the satellite (resource-only) DLL and the Command Table Configuration (.ctc) File.

.NET Framework Security

See Also

Reference

ProvideMenuResourceAttribute Class

Microsoft.VisualStudio.Shell Namespace

Other Resources

Localized Resources in MFC Applications: Satellite DLLs