ProvideMenuResourceAttribute.ResourceID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.