Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
Public Sub New ( _
resourceID As String, _
version As Integer _
)
'Uso
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