Partilhar via


Método IVsStrongNameKeys.CreateNewKey (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 CreateNewKey(
    string szFileLocation,
    out string pbstrFilename
)
int CreateNewKey(
    String^ szFileLocation,
    [OutAttribute] String^% pbstrFilename
)
abstract CreateNewKey : 
        szFileLocation:string *
        pbstrFilename:string byref -> int
Function CreateNewKey (
    szFileLocation As String,
    <OutAttribute> ByRef pbstrFilename As String
) As Integer

Parâmetros

  • szFileLocation
  • pbstrFilename

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsStrongNameKeys
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo