PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelNotify­Property­Changed­AttributeQuery­Interface
Open sandboxFocus

NotifyPropertyChangedAttribute.QueryInterface Method

QueryInterface(Type)

Declaration
[IntroduceMember]
[Internal(AttributeId = -5178615503861546933L)]
[DebuggerAspectMethod]
public object QueryInterface(Type type)
Parameters
Type Name Description
System.Type type
Returns
Type Description
Object

QueryInterface<T>()

Declaration
[Internal(AttributeId = -5178615503861546932L)]
[DebuggerAspectMethod]
[DebuggerAspectMethod]
[DebuggerAspectMethod]
public T QueryInterface<T>()
    where T : class
Returns
Type Description
T
Type Parameters
Name Description
T
Implements
IQueryInterface.QueryInterface<T>()