IAppInfoDocument.SetDocument – metoda
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Obor názvů: Microsoft.VisualStudio.Tools.Applications.Runtime
Sestavení: Microsoft.VisualStudio.Tools.Applications.Runtime (v Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntaxe
'Deklarace
Sub SetDocument ( _
fileName As String, _
bytes As Byte(), _
access As FileAccess _
)
void SetDocument(
string fileName,
byte[] bytes,
FileAccess access
)
Parametry
- fileName
Typ: System.String
- bytes
Typ: array<System.Byte[]
- access
Typ: System.IO.FileAccess
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é
Referenční dokumentace
Microsoft.VisualStudio.Tools.Applications.Runtime – obor názvů