コンポーネントに指定されたインデックスで、開始するデータの指定文字列を解析し、解析されたコンポーネントを含む DataSpecifier オブジェクトのインスタンスを返します。
名前空間: Microsoft.VisualStudio.Data.Framework
アセンブリ: Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)
構文
'宣言
Public Shared Function Parse ( _
s As String, _
ByRef index As Integer _
) As DataSpecifier
public static DataSpecifier Parse(
string s,
ref int index
)
public:
static DataSpecifier^ Parse(
String^ s,
int% index
)
static member Parse :
s:string *
index:int byref -> DataSpecifier
public static function Parse(
s : String,
index : int
) : DataSpecifier
パラメーター
- s
型 : System.String
分析するデータの指定子のコンポーネントを含む文字列。
- index
型 : System.Int32%
分析を開始するデータの指定文字列のインデックス。このメソッドは、呼び出し元に返されるとき、このパラメーターは参照渡しされるため、この、新しい値を保持します。
戻り値
型 : Microsoft.VisualStudio.Data.Framework.DataSpecifier
分析されたコンポーネントを含む DataSpecifier オブジェクトのインスタンス。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。