Gets the help file for the referenced project. Not implemented in this class.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function get_HelpFile ( _
<OutAttribute> ByRef helpFile As String _
) As Integer
'使用
Dim instance As BuildDependency
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
Parameters
helpFile
Type: System.String%[out] The help file. Returns a null string.
Return Value
Type: System.Int32
Always returns E_NOTIMPL.
Implements
IVsBuildDependency.get_HelpFile(String%)
IVsDependency.get_HelpFile(String%)
Permissions
- 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.