Partilhar via


Propriedade IRepositoryEntry.VsixReferences

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (em Microsoft.VisualStudio.ExtensionManager.dll)

Sintaxe

'Declaração
Property VsixReferences As String
string VsixReferences { get; set; }
property String^ VsixReferences {
    String^ get ();
    void set (String^ value);
}
abstract VsixReferences : string with get, set
function get VsixReferences () : String 
function set VsixReferences (value : String)

Valor de propriedade

Tipo: String

Segurança do .NET Framework

Consulte também

Referência

IRepositoryEntry Interface

Namespace Microsoft.VisualStudio.ExtensionManager