NestedProjectBuildDependency.get_Description, méthode
Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
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
Paramètres
- description
Type : System.String%
Valeur de retour
Type : System.Int32
Implémentations
IVsBuildDependency.get_Description(String%)
IVsDependency.get_Description(String%)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
NestedProjectBuildDependency Classe
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms