Método IPersistFileFormat.IsDirty (Int32)
Publicado: abril de 2016
Determina se um objeto foi alterado desde que estão sendo salvos em seu arquivo atual.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int IsDirty(
out int pfIsDirty
)
int IsDirty(
[OutAttribute] int% pfIsDirty
)
abstract IsDirty :
pfIsDirty:int byref -> int
Function IsDirty (
<OutAttribute> ByRef pfIsDirty As Integer
) As Integer
Parâmetros
- pfIsDirty
[out] true se o conteúdo do documento é alterado.
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 fpstfmt.idl:
HRESULT IPersistFileFormat::IsDirty(
[out] BOOL *pfIsDirty
);
Consulte também
Interface IPersistFileFormat
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo