Documents.Open(String, String, Boolean) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Belge.
- Öznitelikler