SourceTextChangeEventArgs.Unknown Field
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The event arguments to pass if the location of the source file change is unknown.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Shared ReadOnly Unknown As SourceTextChangeEventArgs
'Usage
Dim value As SourceTextChangeEventArgs
value = SourceTextChangeEventArgs.Unknown
public static readonly SourceTextChangeEventArgs Unknown
public:
static initonly SourceTextChangeEventArgs^ Unknown
public static final var Unknown : SourceTextChangeEventArgs
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SourceTextChangeEventArgs Class
SourceTextChangeEventArgs Members
Microsoft.Windows.Design.Documents Namespace