Documents.Open(String, String, Boolean) Yöntem

Tanım

Yalnızca Microsoft Dahili Kullanımı İçindir.

EnvDTE::Document Open(std::wstring const & PathName, std::wstring const & Kind = "Auto", bool ReadOnly = false);
[System.Runtime.InteropServices.DispId(7)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public EnvDTE.Document Open (string PathName, string Kind = "Auto", bool ReadOnly = false);
[<System.Runtime.InteropServices.DispId(7)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member Open : string * string * bool -> EnvDTE.Document
Public Function Open (PathName As String, Optional Kind As String = "Auto", Optional ReadOnly As Boolean = false) As Document

Parametreler

PathName
String

Dosyanın yolu.

Kind
String

Dosya türü.

ReadOnly
Boolean

Dosyanın salt okunabilir olup olmadığı.

Döndürülenler

Document

Belge.

Öznitelikler

Şunlara uygulanır