IAppInfoDocument.SetDocument(String, Byte[], FileAccess) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetDocument(System::String ^ fileName, cli::array <System::Byte> ^ bytes, System::IO::FileAccess access);
public void SetDocument (string fileName, byte[] bytes, System.IO.FileAccess access);
abstract member SetDocument : string * byte[] * System.IO.FileAccess -> unit
Public Sub SetDocument (fileName As String, bytes As Byte(), access As FileAccess)
Parameters
- fileName
- String
- bytes
- Byte[]
- access
- FileAccess