SourceCodePosition, constructeur
Initialise une nouvelle instance de la classe SourceCodePosition à l'aide des paramètres fournis.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Sub New ( _
isPrimary As Boolean, _
startOffset As Integer, _
length As Integer, _
startLine As Integer, _
startColumn As Integer, _
sourceName As String _
)
public SourceCodePosition(
bool isPrimary,
int startOffset,
int length,
int startLine,
int startColumn,
string sourceName
)
public:
SourceCodePosition(
bool isPrimary,
int startOffset,
int length,
int startLine,
int startColumn,
String^ sourceName
)
new :
isPrimary:bool *
startOffset:int *
length:int *
startLine:int *
startColumn:int *
sourceName:string -> SourceCodePosition
public function SourceCodePosition(
isPrimary : boolean,
startOffset : int,
length : int,
startLine : int,
startColumn : int,
sourceName : String
)
Paramètres
- isPrimary
Type : System.Boolean
true s'il s'agit de la source principale pour l'élément qu'elle définit.
- startOffset
Type : System.Int32
Offset dans le fichier source pour le début de la définition.
- length
Type : System.Int32
Longueur de la définition.
- startLine
Type : System.Int32
Ligne à laquelle la définition commence.
- startColumn
Type : System.Int32
Colonne à laquelle la définition commence.
- sourceName
Type : System.String
Nom de la source, généralement un nom de fichier.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.