Interface IVsStrongNameKeys
Publicado: abril de 2016
Fornece métodos comuns de utilitário de chave de nome forte.Você pode obter uma instância desta interface a partir do SVsStrongNameKeys (SID_SVsStrongNameKeys) de serviço.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[GuidAttribute("B0DE8148-DABC-4AB9-B418-413E63DF6E6C")]
[InterfaceTypeAttribute(1)]
public interface IVsStrongNameKeys
[GuidAttribute("B0DE8148-DABC-4AB9-B418-413E63DF6E6C")]
[InterfaceTypeAttribute(1)]
public interface class IVsStrongNameKeys
[<GuidAttribute("B0DE8148-DABC-4AB9-B418-413E63DF6E6C")>]
[<InterfaceTypeAttribute(1)>]
type IVsStrongNameKeys = interface end
<GuidAttribute("B0DE8148-DABC-4AB9-B418-413E63DF6E6C")>
<InterfaceTypeAttribute(1)>
Public Interface IVsStrongNameKeys
Métodos
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo