Compartir a través de


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

Syntax

'Declaración
Public ReadOnly Property ResourceID As String
public string ResourceID { get; }

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