Sdílet prostřednictvím


NestedProjectBuildDependency.get_Description – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
Public Function get_Description ( _
    <OutAttribute> ByRef description As String _
) As Integer
public int get_Description(
    out string description
)
public:
virtual int get_Description(
    [OutAttribute] String^% description
) sealed
abstract get_Description : 
        description:string byref -> int 
override get_Description : 
        description:string byref -> int 
public final function get_Description(
    description : String
) : int

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsBuildDependency.get_Description(String%)
IVsDependency.get_Description(String%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

NestedProjectBuildDependency Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů