Método IVsPersistDocData2.IsDocDataReadOnly (Int32)

 

Determina se os dados do documento serão somente leitura.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int IsDocDataReadOnly(
    out int pfReadOnly
)
int IsDocDataReadOnly(
    [OutAttribute] int% pfReadOnly
)
abstract IsDocDataReadOnly : 
        pfReadOnly:int byref -> int
Function IsDocDataReadOnly (
    <OutAttribute> ByRef pfReadOnly As Integer
) As Integer

Parâmetros

  • pfReadOnly
    [out] Ponteiro para um sinalizador que indica somente leitura.

Valor de retorno

Type: System.Int32

Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsPersistDocData2::IsDocDataReadOnly(
   [out] BOOL *pfReadOnly
);

Consulte também

Interface IVsPersistDocData2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo