ProvideMenuResourceAttribute Constructor (String^, Int32)

 

Initializes a new instance of ProvideMenuResourceAttribute with the specified resource ID and version.

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

public:
ProvideMenuResourceAttribute(
	String^ resourceID,
	int version
)

Parameters

resourceID
Type: System::String^

The resource ID.

version
Type: System::Int32

The version.

Return to top
Show: