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
- description
Typ: System.String%
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsBuildDependency.get_Description(String%)
IVsDependency.get_Description(String%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
NestedProjectBuildDependency Třída
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů