Expression.SymbolDocument 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 SymbolDocumentInfo 的实例。
重载
SymbolDocument(String, Guid, Guid, Guid)
创建 SymbolDocumentInfo 的实例。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName, Guid language, Guid languageVendor, Guid documentType);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName, Guid language, Guid languageVendor, Guid documentType);
static member SymbolDocument : string * Guid * Guid * Guid -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String, language As Guid, languageVendor As Guid, documentType As Guid) As SymbolDocumentInfo
参数
- languageVendor
- Guid
一个设置为LanguageVendor等于的 AGuid。
- documentType
- Guid
一个设置为DocumentType等于的 AGuid。
返回
具有FileName设置为指定值的 and Language and and and and LanguageVendor properties DocumentType 的 ASymbolDocumentInfo。
适用于
SymbolDocument(String, Guid, Guid)
创建 SymbolDocumentInfo 的实例。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName, Guid language, Guid languageVendor);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName, Guid language, Guid languageVendor);
static member SymbolDocument : string * Guid * Guid -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String, language As Guid, languageVendor As Guid) As SymbolDocumentInfo
参数
- languageVendor
- Guid
一个设置为LanguageVendor等于的 AGuid。
返回
具有FileName设置为指定值的 and 和LanguageVendorLanguage属性的 ASymbolDocumentInfo。
适用于
SymbolDocument(String)
创建 SymbolDocumentInfo 的实例。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName);
static member SymbolDocument : string -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String) As SymbolDocumentInfo
参数
返回
SymbolDocumentInfo一个属性FileName设置为指定值。
适用于
SymbolDocument(String, Guid)
创建 SymbolDocumentInfo 的实例。
public:
static System::Linq::Expressions::SymbolDocumentInfo ^ SymbolDocument(System::String ^ fileName, Guid language);
public static System.Linq.Expressions.SymbolDocumentInfo SymbolDocument(string fileName, Guid language);
static member SymbolDocument : string * Guid -> System.Linq.Expressions.SymbolDocumentInfo
Public Shared Function SymbolDocument (fileName As String, language As Guid) As SymbolDocumentInfo
参数
返回
SymbolDocumentInfo一个属性FileNameLanguage设置为指定值。