C# Class VsTeXProject.VisualStudio.Project.BuildDependency

Inheritance: IVsBuildDependency
Show file Open project: mimura1133/vstex Class Usage Examples

Public Methods

Method 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

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

Method Details

get_CanonicalName() public method

public get_CanonicalName ( string &canonicalName ) : int
canonicalName string
return int

get_Description() public method

public get_Description ( string &description ) : int
description string
return int

get_HelpFile() public method

public get_HelpFile ( string &helpFile ) : int
helpFile string
return int

get_MustUpdateBefore() public method

public get_MustUpdateBefore ( int &mustUpdateBefore ) : int
mustUpdateBefore int
return int

get_ReferredProject() public method

public get_ReferredProject ( object &unknownProject ) : int
unknownProject object
return int

get_Type() public method

public get_Type ( System.Guid &guidType ) : int
guidType System.Guid
return int