Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function ReRegistrationKey ( _
<OutAttribute> ByRef key As String _
) As Integer Implements IVsTaskProvider.ReRegistrationKey
'使用
Dim instance As TaskProvider
Dim key As String
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskProvider).ReRegistrationKey(key)
int IVsTaskProvider.ReRegistrationKey(
out string key
)
private:
virtual int ReRegistrationKey(
[OutAttribute] String^% key
) sealed = IVsTaskProvider::ReRegistrationKey
JScript does not support explicit interface implementations.
Parameters
- key
Type: System.String%
Return Value
Type: System.Int32
Implements
IVsTaskProvider.ReRegistrationKey(String%)
Permissions
- 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.