When implemented in derived classes, gets the help file.
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 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
Parameters
helpFile
Type: System.String%[out] The help file.
Return Value
Type: System.Int32
S_OK if the method succeeds, otherwise an error code.
Implements
IVsBuildDependency.get_HelpFile(String%)
IVsDependency.get_HelpFile(String%)
Remarks
By default helpFileis returned as a null reference (Nothing in Visual Basic) and the return value is E_NOTIMPL. This method is an implementation of get_HelpFile.
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.
See Also
Reference
NestedProjectBuildDependency Class