DataObjectIdentifierConverter.FormatPart メソッド
指定した識別子の一部を書式設定します。
名前空間: Microsoft.VisualStudio.Data
アセンブリ: Microsoft.VisualStudio.Data (Microsoft.VisualStudio.Data.dll 内)
構文
'宣言
Protected Overridable Function FormatPart ( _
typeName As String, _
identifierPart As Object, _
withQuotes As Boolean _
) As String
protected virtual string FormatPart(
string typeName,
Object identifierPart,
bool withQuotes
)
protected:
virtual String^ FormatPart(
String^ typeName,
Object^ identifierPart,
bool withQuotes
)
abstract FormatPart :
typeName:string *
identifierPart:Object *
withQuotes:bool -> string
override FormatPart :
typeName:string *
identifierPart:Object *
withQuotes:bool -> string
protected function FormatPart(
typeName : String,
identifierPart : Object,
withQuotes : boolean
) : String
パラメーター
- typeName
型 : System.String
データ オブジェクトの型の名前。
- identifierPart
型 : System.Object
識別子の一部の書式なし値。
- withQuotes
型 : System.Boolean
書式指定された部分が必要な引用符で囲む必要のあるかどうかを示します。
戻り値
型 : System.String
指定した識別子の一部をとして書式設定された文字列を返します。
例外
例外 | 条件 |
---|---|
ArgumentNullException | typeName パラメーターが null です。 |
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。