Expression.SymbolDocument Method

Definition

Creates an instance of SymbolDocumentInfo.

Overloads

SymbolDocument(String, Guid, Guid, Guid)

Creates an instance of SymbolDocumentInfo.

SymbolDocument(String, Guid, Guid)

Creates an instance of SymbolDocumentInfo.

SymbolDocument(String)

Creates an instance of SymbolDocumentInfo.

SymbolDocument(String, Guid)

Creates an instance of SymbolDocumentInfo.

SymbolDocument(String, Guid, Guid, Guid)

Creates an instance of 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

Parameters

fileName
String

A String to set the FileName equal to.

language
Guid

A Guid to set the Language equal to.

languageVendor
Guid

A Guid to set the LanguageVendor equal to.

documentType
Guid

A Guid to set the DocumentType equal to.

Returns

A SymbolDocumentInfo that has the FileName and Language and LanguageVendor and DocumentType properties set to the specified value.

Applies to

SymbolDocument(String, Guid, Guid)

Creates an instance of 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

Parameters

fileName
String

A String to set the FileName equal to.

language
Guid

A Guid to set the Language equal to.

languageVendor
Guid

A Guid to set the LanguageVendor equal to.

Returns

A SymbolDocumentInfo that has the FileName and Language and LanguageVendor properties set to the specified value.

Applies to

SymbolDocument(String)

Creates an instance of 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

Parameters

fileName
String

A String to set the FileName equal to.

Returns

A SymbolDocumentInfo that has the FileName property set to the specified value.

Applies to

SymbolDocument(String, Guid)

Creates an instance of 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

Parameters

fileName
String

A String to set the FileName equal to.

language
Guid

A Guid to set the Language equal to.

Returns

A SymbolDocumentInfo that has the FileName and Language properties set to the specified value.

Applies to