Método IVsStrongNameKeys.CreateNewKeyNoUI (String, String)
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int CreateNewKeyNoUI(
string szFile,
string szPassword
)
int CreateNewKeyNoUI(
String^ szFile,
String^ szPassword
)
abstract CreateNewKeyNoUI :
szFile:string *
szPassword:string -> int
Function CreateNewKeyNoUI (
szFile As String,
szPassword As String
) As Integer
Parâmetros
- szFile
- szPassword
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsStrongNameKeys
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo