ProvideMenuResourceAttribute.ResourceID Property

Definition

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

public:
 property System::String ^ ResourceID { System::String ^ get(); };
public:
 property Platform::String ^ ResourceID { Platform::String ^ get(); };
public string ResourceID { get; }
member this.ResourceID : string
Public ReadOnly Property ResourceID As String

Property Value

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.

Applies to