NestedProjectBuildDependency.get_HelpFile Method
Gets the help file.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Function get_HelpFile ( _
<OutAttribute> ByRef helpFile As String _
) As Integer
'Usage
Dim instance As NestedProjectBuildDependency
Dim helpFile As String
Dim returnValue As Integer
returnValue = instance.get_HelpFile(helpFile)
public int get_HelpFile(
out string helpFile
)
public:
virtual int get_HelpFile(
[OutAttribute] String^% helpFile
) sealed
public final function get_HelpFile(
helpFile : String
) : int
abstract get_HelpFile :
helpFile:string -> int
override get_HelpFile :
helpFile:string -> int
Parameters
- helpFile
Type: System.String%
The help file
Return Value
Type: System.Int32
Implements
IVsBuildDependency.get_HelpFile(String%)
IVsDependency.get_HelpFile(String%)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
NestedProjectBuildDependency Class
NestedProjectBuildDependency Members
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace