C# Class VsTeXProject.VisualStudio.Project.BuildDependency

Inheritance: IVsBuildDependency
Afficher le fichier Open project: mimura1133/vstex Class Usage Examples

Méthodes publiques

Méthode Description
get_CanonicalName ( string &canonicalName ) : int
get_Description ( string &description ) : int
get_HelpFile ( string &helpFile ) : int
get_MustUpdateBefore ( int &mustUpdateBefore ) : int
get_ReferredProject ( object &unknownProject ) : int
get_Type ( System.Guid &guidType ) : int

Private Methods

Méthode Description
BuildDependency ( ProjectNode projectMgr, System.Guid projectReference ) : System
GetReferencedHierarchy ( ) : IVsHierarchy
get_HelpContext ( uint &helpContext ) : int

Method Details

get_CanonicalName() public méthode

public get_CanonicalName ( string &canonicalName ) : int
canonicalName string
Résultat int

get_Description() public méthode

public get_Description ( string &description ) : int
description string
Résultat int

get_HelpFile() public méthode

public get_HelpFile ( string &helpFile ) : int
helpFile string
Résultat int

get_MustUpdateBefore() public méthode

public get_MustUpdateBefore ( int &mustUpdateBefore ) : int
mustUpdateBefore int
Résultat int

get_ReferredProject() public méthode

public get_ReferredProject ( object &unknownProject ) : int
unknownProject object
Résultat int

get_Type() public méthode

public get_Type ( System.Guid &guidType ) : int
guidType System.Guid
Résultat int