Método DataObjectIdentifierConverter.FormatPart
Formata uma parte específica do identificador.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.dll)
Sintaxe
'Declaração
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
Parâmetros
- typeName
Tipo: System.String
O nome do tipo de objeto de dados.
- identifierPart
Tipo: System.Object
O valor sem formatação de uma parte do identificador.
- withQuotes
Tipo: System.Boolean
Indica se a parte formatado deve ser colocados entre aspas, se necessário.
Valor de retorno
Tipo: System.String
Retorna a parte especificada identificador como uma cadeia de caracteres formatada.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | O parâmetro de typeName é zero. |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.