VCActiveXReference.PublicKeyToken Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o token de chave pública para o assembly referenciado.
public:
property System::String ^ PublicKeyToken { System::String ^ get(); };
public:
property Platform::String ^ PublicKeyToken { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2011)]
public string PublicKeyToken { [System.Runtime.InteropServices.DispId(2011)] get; }
[<System.Runtime.InteropServices.DispId(2011)>]
[<get: System.Runtime.InteropServices.DispId(2011)>]
member this.PublicKeyToken : string
Public ReadOnly Property PublicKeyToken As String
Valor da propriedade
Uma cadeia de caracteres que representa o token de chave pública para o assembly referenciado.
Implementações
- Atributos