task
stringlengths 24
71
| input
stringlengths 8
2.38k
| output
stringlengths 1
2.34k
| options
sequence | pageTitle
stringlengths 4
140
| outputColName
stringlengths 1
79
| url
stringlengths 41
160
| wdcFile
stringlengths 71
74
|
---|---|---|---|---|---|---|---|
bf516335_onentModel_Design_Namespace_____Description | [Enumeration] MenuCommandsChangedType [Description] | Specifies the type of action that occurred to the related object's MenuCommands collection. | [] | System.ComponentModel.Design Namespace () | Description | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
bf516335_onentModel_Design_Namespace_____Description | [Enumeration] SelectionTypes [Description] | Defines identifiers that indicate the type of a selection. | [] | System.ComponentModel.Design Namespace () | Description | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
bf516335_onentModel_Design_Namespace_____Description | [Enumeration] ViewTechnology [Description] | Defines identifiers for a set of technologies that designer hosts support. | [] | System.ComponentModel.Design Namespace () | Description | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
b656728a_Analysis_Services_Overview__Section | [Description] Describes the enhancements and new features in Analysis Services with links to information in the documentation. [Section] | What's New in Analysis Services | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Provides instructions for installing Analysis Services. [Section] | Installing Analysis Services | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Describes the features of Analysis Services, the server and client architecture, the object architecture, and security. [Section] | Analysis Services Architecture | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Describes the use of OLAP in data warehouses. [Section] | Data Warehousing and OLAP | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Describes the tools and tasks used in administering Analysis Services. [Section] | Administering Analysis Services | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Provides reference information for Analysis Services, including specifications and limits, the use of SQL in Analysis Services, the help topics for the user interface, and the compliance of Analysis Services with the OLAP and data mining specifications of OLE DB. [Section] | Administrator's Reference | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Provides introductory material, reference information, and examples that detail the use of Multidimensional Expressions (MDX) in Analysis Services. [Section] | MDX | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Provides information to assist in resolving problems that may occur in Analysis Services. [Section] | Analysis Services Troubleshooting | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Describes the programming information and reference material provided for developing Analysis Services administrative and client applications. [Section] | Programming Analysis Services Applications | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
b656728a_Analysis_Services_Overview__Section | [Description] Provides the administrative procedures for Analysis Services. [Section] | How To | [] | Analysis Services Overview | Section | https://msdn.microsoft.com/en-us/library/aa198091(v=sql.80).aspx | 32/1438042990603.54_20150728002310-00305-ip-10-236-191-2_888092226_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Escape The compiler used to accept "31\12\2002", but during run time the literal string was interpreted as a different value. Now the following X++ statement is rejected by the compiler: str myDateString = "31\12\2002"; The proper syntax is "31\\12\\2002". [Syntax rule] | The backslash character \ is rejected by the compiler for unrecognized escapes | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Exceptions It was possible to write the retry keyword outside of a catch block. This caused the program to end when the retry was reached during runtime. Now retry can occur only inside a catch block. For more information, see Exception Handling with try and catch Keywords. [Syntax rule] | Retry is no longer allowed outside of a catch block | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Exceptions It was possible to throw scalar expressions like strings and dates, such as throw "hello world";, and get no compile error. At runtime this was catch-able by a catch block that was not decorated with any specific value, such as catch {print("Catch worked.");}. Now the only expression you can put on the throw keyword is an int. Often the best thing to throw is Global::error("Explanation");. Often the best thing to catch is an element of the Exception enum. For more information, see Exception Handling with try and catch Keywords. [Syntax rule] | Now you can throw and catch only int values | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Inheritance It was possible to assign a base object to a derived object with the simple assignment operator, which is the equals sign (=). The compiler accepted these assignments, but during run time any misuse of an improper downcast assignment caused an error. Now all downcasts can be explicit. This is accomplished with the new as expression operator. Explicit downcasting with the as keyword is illustrated by the following code example, in which ThingClass extends Object: ThingClass myThing = new ThingClass(); Object myObject = myThing; myThing = myObject as ThingClass; // Explicit downcast, good. For more information, see Expression Operators: Is and As for Inheritance. [Syntax rule] | Downcasting can now be explicit. Note It is good programming practice to avoid implicit downcasts. | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Inheritance It was possible to have a base method be decorated with protected and yet have an override of that method be private. Now when a base method is protected, the override method must be either protected or public, and the override method cannot be private. For more information, see Method Access Control. [Syntax rule] | Override of a base method cannot be less accessible than the base method | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Inheritance Suppose a base class had a method that inputs a parameter of the Common table, which is the base of all tables. In a derived class it was possible to override the method to instead input MyTable. Now the parameter signatures of the base method and its override method must match exactly. Also, the return types must match exactly. For more information, see Overriding a Method. [Syntax rule] | Override of a base method must have the exact same return type and parameter signature as the base method | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Interfaces Suppose an interface had a method that input a parameter of an int. In a class that implements the interface, it was possible to write the method with a parameter of a str. Now the parameter signatures of the method must exactly match between the interface and the implementation of the method on a class. Also, the return types must match exactly. For more information, see Interfaces Overview. [Syntax rule] | Implementation of an interface method must match the parameter signature exactly | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Interfaces When a base class implements an interface, it was possible for the class to not implement the methods of the interface if a derived class implemented the methods. The only limitation was that the new constructor method could not be called on the class. Now the compiler requires that every class that implements an interface must have or inherit a complete implementation of every method of the interface. For more information, see X++, C# Comparison: Object Oriented Programming. [Syntax rule] | A non-abstract base class that implements an interface cannot rely on a derived class for that implementation | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Modifiers It was possible to write static interface IMyInterface {}, but the static modifier had no effect because it makes no sense in this context. Sometime after Microsoft Dynamics AX 2009 the X++ compiler might stop allowing the static modifier on interface declarations. For more information, see Interfaces Overview. [Syntax rule] | The static modifier should not be applied to an interface | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Modifiers It was possible to apply the static modifier to the declaration of the new constructor method. This caused new MyClass(); to behave as a null operation. Instead, the statement MyClass::new(); would call the static new method, but that would not construct an object. Now the compiler issues an error when the static modifier is applied to the new method. For more information, see Constructors. [Syntax rule] | The static modifier must not be applied to the new constructor | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Modifiers In the past the menu item of AOT > Classes > MyClass > New Method created the method without any access modifier. This meant that the method was implicitly public, although some X++ developers might not have been fully aware of the default. This created extra work later when a developer needed to modify the code in the method, because the developer had to research everywhere that the method might be called from. Now the New Method menu item explicitly includes the private keyword in its automatic declaration of the new method. The developer can type in a different modifier if appropriate. For more information, see Method Modifiers. [Syntax rule] | Use an explicit access modifier on each method | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Parameters It was possible to pass in multiple parameters on call to a new constructor method even when the new method was declared to input no parameters. Now the call to the new method must exactly match the declared parameter signature of the new method. For more information, see Creating a Subclass. [Syntax rule] | Parameters given in a call to a new constructor method must match the parameters on the new constructor method | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Parameters It was possible to declare a method that takes in two parameters, and have only the first parameter offer a default value. There was no purpose to this. There was no way to accept the default of the first parameter because the call must specify a value for the second parameter and cannot omit the first parameter. Now in the declaration of a method, any parameter that offers a default value must come after all the parameters that do not. For more information, see the following topics: Using Optional Parameters Best Practices for Parameters [Syntax rule] | Parameters with default values must come after all parameters that do not have default values | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Parameters It was possible to declare a method as public void myMethod(int i=22){} and the override as public void myMethod(){}. But if the override method was called as derivedObject(333); an error occurred. Now the override method must list the same parameter types in the same sequence that they are declared in the overridden method. For more information, see Overriding a Method. [Syntax rule] | Override of a method must have the same default parameters as the overridden method | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
9892cb8d_oft_Dynamics_AX_2012__AX_2012___Syntax_rule | [Area] Preprocessor The X++ preprocessor used to detect the TODO keyword in a multi-line /* ... */ task comment even when the TODO appeared after other text after the first comment line. Now the X++ preprocessor detects the TODO keyword only if TODO appears on the first line of the comment, and as the first non-whitespace in the comment. For more information, see TODO Comments for X++ Developer Tasks. [Syntax rule] | A TODO in a comment must be the first non-whitespace in the first line of the comment | [] | X++ Language Syntax is Stricter in Microsoft Dynamics AX 2012 [AX 2012] | Syntax rule | https://msdn.microsoft.com/EN-US/library/gg845659.aspx | 32/1438042990603.54_20150728002310-00338-ip-10-236-191-2_884518079_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] The local copy of the naming context is writable. [Member name] | Writeable | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] Replication of this naming context from this source is attempted when the destination server is restarted. This normally only applies to intra-site neighbors. [Member name] | SyncOnStartup | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] Perform replication on a schedule. This option is normally set unless the schedule for this naming context/source is "never", that is, the empty schedule. [Member name] | ScheduledSync | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] Perform replication indirectly through the Inter-Site Messaging Service. This flag is set only when replicating over SMTP. This flag is not set when replicating over inter-site RPC/IP. [Member name] | UseInterSiteTransport | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] If set, this option indicates that when inbound replication is complete, the destination server must tell the source server to synchronize in the reverse direction. This feature is used in dial-up scenarios where only one of the two servers can initiate a dial-up connection. For example, this option would be used in a corporate headquarters and branch office, where the branch office connects to the corporate headquarters over the Internet by means of a dial-up ISP connection. [Member name] | TwoWaySync | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] This neighbor is in a state where it returns parent objects before children objects. It goes into this state after it receives a child object before its parent. [Member name] | ReturnObjectParent | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] The destination server is performing a full synchronization from the source server. Full synchronizations do not use vectors that create updates (DS_REPL_CURSORS) for filtering updates. Full synchronizations are not used as a part of the normal replication protocol. [Member name] | FullSyncInProgress | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] The last packet from the source indicated that an object that has not yet been created by the destination server has been modified. The next packet that is requested will instruct the source server to put all attributes of the modified object into the packet. [Member name] | FullSyncNextPacket | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] A synchronization has never been successfully completed from this source. [Member name] | NeverSynced | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] The replication engine has temporarily stopped processing this neighbor in order to service another higher-priority neighbor, either for this partition or another partition. The replication engine will resume processing this neighbor after the higher-priority work is completed. [Member name] | Preempted | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] This option is set to disable notification based synchronizations. Within a site, domain controllers synchronize with each other based on notifications when changes occur. This setting prevents this neighbor from performing syncs that are triggered by notifications. The neighbor will still do synchronizations based on its schedule, or if requested manually. [Member name] | IgnoreChangeNotifications | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] This option is set to disable synchronizations based on its schedule. The only way this neighbor will perform synchronizations is in response to a change notification or to a manual request for synchronizations. [Member name] | DisableScheduledSync | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] Changes that are received from this source are compressed. This option is usually set only if the source server is in a different site. [Member name] | CompressChanges | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] No change notifications should be received from this source. This option is usually set only if the source server is in a different site. [Member name] | NoChangeNotifications | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
d965a605_ctoryServices_ActiveDirectory___Member_name | [Description] This neighbor is in a state where it is rebuilding the contents of this replica because of a change in the partial attribute set. [Member name] | PartialAttributeSet | [] | ReplicationNeighbor.ReplicationNeighborOptions Enumeration (System.DirectoryServices.ActiveDirectory) | Member name | https://msdn.microsoft.com/en-us/library/vstudio/system.directoryservices.activedirectory.replicationneighbor.replicationneighboroptions(v=vs.90) | 32/1438042990603.54_20150728002310-00127-ip-10-236-191-2_883884911_0.json |
8e0f2fd0_g___System_IO_IsolatedStorage___Exception | [Condition] sourceFileName or destinationFileName is a zero-length string, contains only white space, or contains one or more invalid characters defined by the Path.GetInvalidPathChars method. [Exception] | ArgumentException | [] | IsolatedStorageFile.CopyFile Method (String, String) (System.IO.IsolatedStorage) | Exception | https://msdn.microsoft.com/library/windows/apps/dd383321(v=vs.105).aspx | 32/1438042988650.53_20150728002308-00011-ip-10-236-191-2_890579437_0.json |
8e0f2fd0_g___System_IO_IsolatedStorage___Exception | [Condition] sourceFileName or destinationFileName is null. [Exception] | ArgumentNullException | [] | IsolatedStorageFile.CopyFile Method (String, String) (System.IO.IsolatedStorage) | Exception | https://msdn.microsoft.com/library/windows/apps/dd383321(v=vs.105).aspx | 32/1438042988650.53_20150728002308-00011-ip-10-236-191-2_890579437_0.json |
8e0f2fd0_g___System_IO_IsolatedStorage___Exception | [Condition] The isolated store has been closed. [Exception] | InvalidOperationException | [] | IsolatedStorageFile.CopyFile Method (String, String) (System.IO.IsolatedStorage) | Exception | https://msdn.microsoft.com/library/windows/apps/dd383321(v=vs.105).aspx | 32/1438042988650.53_20150728002308-00011-ip-10-236-191-2_890579437_0.json |
8e0f2fd0_g___System_IO_IsolatedStorage___Exception | [Condition] The isolated store has been disposed. [Exception] | ObjectDisposedException | [] | IsolatedStorageFile.CopyFile Method (String, String) (System.IO.IsolatedStorage) | Exception | https://msdn.microsoft.com/library/windows/apps/dd383321(v=vs.105).aspx | 32/1438042988650.53_20150728002308-00011-ip-10-236-191-2_890579437_0.json |
8e0f2fd0_g___System_IO_IsolatedStorage___Exception | [Condition] sourceFileName was not found. [Exception] | FileNotFoundException | [] | IsolatedStorageFile.CopyFile Method (String, String) (System.IO.IsolatedStorage) | Exception | https://msdn.microsoft.com/library/windows/apps/dd383321(v=vs.105).aspx | 32/1438042988650.53_20150728002308-00011-ip-10-236-191-2_890579437_0.json |
8e0f2fd0_g___System_IO_IsolatedStorage___Exception | [Condition] The isolated store has been removed. -or- Isolated storage is disabled. -or- destinationFileName exists. -or- An I/O error has occurred. [Exception] | IsolatedStorageException | [] | IsolatedStorageFile.CopyFile Method (String, String) (System.IO.IsolatedStorage) | Exception | https://msdn.microsoft.com/library/windows/apps/dd383321(v=vs.105).aspx | 32/1438042988650.53_20150728002308-00011-ip-10-236-191-2_890579437_0.json |
73946675_ing_MetadataServices_Namespace__Description | [Class] MetaData [Description] | Provides methods that allow you to work with XML schema. | [] | System.Runtime.Remoting.MetadataServices Namespace | Description | https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadataservices(v=vs.71).aspx | 32/1438042988650.53_20150728002308-00016-ip-10-236-191-2_884400293_0.json |
73946675_ing_MetadataServices_Namespace__Description | [Class] SdlChannelSink [Description] | Provides the implementation for a server channel sink that generates Web Services Description Language (WSDL) dynamically on the server. | [] | System.Runtime.Remoting.MetadataServices Namespace | Description | https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadataservices(v=vs.71).aspx | 32/1438042988650.53_20150728002308-00016-ip-10-236-191-2_884400293_0.json |
73946675_ing_MetadataServices_Namespace__Description | [Class] SdlChannelSinkProvider [Description] | Provides the implementation for the server channel sink provider that creates SdlChannelSink instances. | [] | System.Runtime.Remoting.MetadataServices Namespace | Description | https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadataservices(v=vs.71).aspx | 32/1438042988650.53_20150728002308-00016-ip-10-236-191-2_884400293_0.json |
73946675_ing_MetadataServices_Namespace__Description | [Class] ServiceType [Description] | Associates a well-known object type that is passed to the Web Services Description Language (WSDL) generator with a remote endpoint that can process messages sent to a method on the type. | [] | System.Runtime.Remoting.MetadataServices Namespace | Description | https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadataservices(v=vs.71).aspx | 32/1438042988650.53_20150728002308-00016-ip-10-236-191-2_884400293_0.json |
73946675_ing_MetadataServices_Namespace__Description | [Class] SUDSGeneratorException [Description] | The exception thrown if an error occurs during generation of Web Services Description Language (WSDL). | [] | System.Runtime.Remoting.MetadataServices Namespace | Description | https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadataservices(v=vs.71).aspx | 32/1438042988650.53_20150728002308-00016-ip-10-236-191-2_884400293_0.json |
73946675_ing_MetadataServices_Namespace__Description | [Class] SUDSParserException [Description] | The exception thrown if an error occurs during parsing of Web Services Description Language (WSDL). | [] | System.Runtime.Remoting.MetadataServices Namespace | Description | https://msdn.microsoft.com/en-US/library/system.runtime.remoting.metadataservices(v=vs.71).aspx | 32/1438042988650.53_20150728002308-00016-ip-10-236-191-2_884400293_0.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msClearEffects [Description] | Clears all effects from the media pipeline. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msFrameStep [Description] | Steps the video by one frame forward or one frame backward. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msInsertAudioEffect [Description] | Inserts the specified audio effect into media pipeline. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msInsertVideoEffect [Description] | Inserts the specified video effect into media pipeline. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msSetMediaProtectionManager [Description] | Specifies the media protection manager for a given media pipeline. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msSetVideoRectangle [Description] | Sets the dimensions of a sub-rectangle within a video. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msAudioCategory [Description] | Specifies the purpose the audio or video media, such as background audio or alerts. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msAudioDeviceType [Description] | Specifies the output devices that the audio will be sent to. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msHorizontalMirror [Description] | Sets or gets whether a video element is flipped horizontally in the display. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msIsLayoutOptimalForPlayback [Description] | Indicates whether the video can be rendered more efficiently. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msIsStereo3D [Description] | Determines whether the system considers the video source that is loaded to be stereo 3-D or not. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msPlayToDisabled [Description] | Gets or sets whether the PlayTo device is available. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msPlayToPrimary [Description] | Gets or sets the primary PlayTo device. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msPlayToSource [Description] | Gets the source associated with the media element for use by the PlayToManager. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msRealTime [Description] | Specifies whether or not to enable low-latency playback on the media element. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msStereo3DPackingMode [Description] | Gets or sets the frame-packing mode for stereo 3-D video content. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msStereo3DRenderMode [Description] | Gets or sets whether the system display is set to stereo display (if stereo-capable). Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] msZoom [Description] | Gets or sets whether the video frame is trimmed, on the top and bottom or left and right, to fit the video display. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] onMSVideoFormatChanged [Description] | Occurs when the video format changes. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
76c92f90_ject___Windows_app_development__Description | [Microsoft Extension] onMSVideoFrameStepCompleted [Description] | Occurs when the video frame has been stepped forward or backward one frame. Only available on the video object. | [] | video element | video object - Windows app development | Description | https://msdn.microsoft.com/ko-kr/library/windows/apps/hh465962.aspx | 32/1438042990603.54_20150728002310-00099-ip-10-236-191-2_883411429_4.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Specifies the type of object-bound smart tag with respect to how it was associated with the component. [Enumeration] | ComponentActionsType | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Specifies the type of change occurring in a collection of DesignerActionList objects. [Enumeration] | DesignerActionListsChangedType | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Specifies the display state of a smart tag panel. [Enumeration] | DesignerActionUIStateChangeType | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Defines identifiers that indicate the display modes used by ByteViewer. [Enumeration] | DisplayMode | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Defines identifiers that indicate information about the context in which a request for Help information originated. [Enumeration] | HelpContextType | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Defines identifiers that indicate the type of a Help keyword. [Enumeration] | HelpKeywordType | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Specifies the type of action that occurred to the related object's MenuCommands collection. [Enumeration] | MenuCommandsChangedType | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Defines identifiers that indicate the type of a selection. [Enumeration] | SelectionTypes | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
aa0cdd91_onentModel_Design_Namespace_____Enumeration | [Description] Defines identifiers for a set of technologies that designer hosts support. [Enumeration] | ViewTechnology | [
[
"C",
"o",
"m",
"p",
"o",
"n",
"e",
"n",
"t",
"A",
"c",
"t",
"i",
"o",
"n",
"s",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"L",
"i",
"s",
"t",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"D",
"e",
"s",
"i",
"g",
"n",
"e",
"r",
"A",
"c",
"t",
"i",
"o",
"n",
"U",
"I",
"S",
"t",
"a",
"t",
"e",
"C",
"h",
"a",
"n",
"g",
"e",
"T",
"y",
"p",
"e"
],
[
"D",
"i",
"s",
"p",
"l",
"a",
"y",
"M",
"o",
"d",
"e"
],
[
"H",
"e",
"l",
"p",
"C",
"o",
"n",
"t",
"e",
"x",
"t",
"T",
"y",
"p",
"e"
],
[
"H",
"e",
"l",
"p",
"K",
"e",
"y",
"w",
"o",
"r",
"d",
"T",
"y",
"p",
"e"
],
[
"M",
"e",
"n",
"u",
"C",
"o",
"m",
"m",
"a",
"n",
"d",
"s",
"C",
"h",
"a",
"n",
"g",
"e",
"d",
"T",
"y",
"p",
"e"
],
[
"S",
"e",
"l",
"e",
"c",
"t",
"i",
"o",
"n",
"T",
"y",
"p",
"e",
"s"
],
[
"V",
"i",
"e",
"w",
"T",
"e",
"c",
"h",
"n",
"o",
"l",
"o",
"g",
"y"
]
] | System.ComponentModel.Design Namespace () | Enumeration | https://msdn.microsoft.com/en-us/library/vstudio/s92caa5w(v=vs.90).aspx | 32/1438042989018.48_20150728002309-00122-ip-10-236-191-2_880995532_3.json |
c28058dc_ject___Windows_app_development__Description | [Event] abort [Description] | Fires when the user aborts the download. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] change [Description] | Fires when the contents of the object or selection have changed. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] error [Description] | Fires when an error occurs during object loading. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] input [Description] | Occurs when the text content of an element is changed through the user interface. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] load [Description] | Fires immediately after the client loads the object. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] mouseenter [Description] | Fires when the user moves the mouse pointer into the object. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] mouseleave [Description] | Fires when the user moves the mouse pointer outside the boundaries of the object. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] onselect [Description] | Fires when the current selection changes. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] readystatechange [Description] | Fires when the state of the object has changed. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] reset [Description] | Fires when the user resets a form. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] resize [Description] | Fires when the size of the object is about to change. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
c28058dc_ject___Windows_app_development__Description | [Event] scroll [Description] | Fires when the user repositions the scroll box in the scroll bar on the object. | [] | html element | html object - Windows app development | Description | https://msdn.microsoft.com/pt-BR/library/windows/apps/hh465950 | 32/1438042988650.53_20150728002308-00004-ip-10-236-191-2_887074868_1.json |
a6be06fc_FormatException_Class__System___Description | [Name] BadImageFormatException() [Description] | Initializes a new instance of the BadImageFormatException class. | [] | BadImageFormatException Class (System) | Description | https://msdn.microsoft.com/en-us/library/system.badimageformatexception.aspx | 32/1438042990603.54_20150728002310-00202-ip-10-236-191-2_881513102_0.json |
a6be06fc_FormatException_Class__System___Description | [Name] BadImageFormatException(String) [Description] | Initializes a new instance of the BadImageFormatException class with a specified error message. | [] | BadImageFormatException Class (System) | Description | https://msdn.microsoft.com/en-us/library/system.badimageformatexception.aspx | 32/1438042990603.54_20150728002310-00202-ip-10-236-191-2_881513102_0.json |
a6be06fc_FormatException_Class__System___Description | [Name] BadImageFormatException(SerializationInfo, StreamingContext) [Description] | Initializes a new instance of the BadImageFormatException class with serialized data. | [] | BadImageFormatException Class (System) | Description | https://msdn.microsoft.com/en-us/library/system.badimageformatexception.aspx | 32/1438042990603.54_20150728002310-00202-ip-10-236-191-2_881513102_0.json |
a6be06fc_FormatException_Class__System___Description | [Name] BadImageFormatException(String, Exception) [Description] | Initializes a new instance of the BadImageFormatException class with a specified error message and a reference to the inner exception that is the cause of this exception. | [] | BadImageFormatException Class (System) | Description | https://msdn.microsoft.com/en-us/library/system.badimageformatexception.aspx | 32/1438042990603.54_20150728002310-00202-ip-10-236-191-2_881513102_0.json |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.