NestedProjectBuildDependency.get_HelpFile – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
Public Function get_HelpFile ( _
<OutAttribute> ByRef helpFile As String _
) As Integer
public int get_HelpFile(
out string helpFile
)
public:
virtual int get_HelpFile(
[OutAttribute] String^% helpFile
) sealed
abstract get_HelpFile :
helpFile:string byref -> int
override get_HelpFile :
helpFile:string byref -> int
public final function get_HelpFile(
helpFile : String
) : int
Parametry
- helpFile
Typ: System.String%
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsBuildDependency.get_HelpFile(String%)
IVsDependency.get_HelpFile(String%)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
NestedProjectBuildDependency Třída
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů