ProvideMenuResourceAttribute Constructor (String, Int32)
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
‘선언
Public Sub New ( _
resourceID As String, _
version As Integer _
)
‘사용 방법
Dim resourceID As String
Dim version As Integer
Dim instance As New ProvideMenuResourceAttribute(resourceID, _
version)
public ProvideMenuResourceAttribute(
string resourceID,
int version
)
public:
ProvideMenuResourceAttribute(
String^ resourceID,
int version
)
new :
resourceID:string *
version:int -> ProvideMenuResourceAttribute
public function ProvideMenuResourceAttribute(
resourceID : String,
version : int
)
Parameters
- resourceID
Type: System.String
- version
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideMenuResourceAttribute Class
ProvideMenuResourceAttribute Members