Compilation.CommonBindScriptClass 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.
Resolves a symbol that represents script container (Script class). Uses the full name of the container class stored in ScriptClassName to find the symbol.
protected:
Microsoft::CodeAnalysis::INamedTypeSymbol ^ CommonBindScriptClass();
protected Microsoft.CodeAnalysis.INamedTypeSymbol CommonBindScriptClass ();
protected Microsoft.CodeAnalysis.INamedTypeSymbol? CommonBindScriptClass ();
member this.CommonBindScriptClass : unit -> Microsoft.CodeAnalysis.INamedTypeSymbol
Protected Function CommonBindScriptClass () As INamedTypeSymbol
Returns
The Script class symbol or null if it is not defined.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.