Partilhar via


Método DataViewBrowseObject.SetComponentName

Define o nome componente para a atual para o objeto.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public Sub SetComponentName ( _
    value As String _
)
public void SetComponentName(
    string value
)
public:
void SetComponentName(
    String^ value
)
member SetComponentName : 
        value:string -> unit 
public function SetComponentName(
    value : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DataViewBrowseObject Classe

Namespace Microsoft.VisualStudio.Data.Framework