Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Create( _ ByVal persistedStream As Stream _ ) As SmartObjectDefinition |
Visual Basic (Usage) | ![]() |
---|---|
Dim persistedStream As Stream Dim value As SmartObjectDefinition value = SmartObjectDefinition.Create(persistedStream) |
C# | |
---|---|
public static SmartObjectDefinition Create( Stream persistedStream ) |
C++/CLI | |
---|---|
public: static SmartObjectDefinition^ Create( Stream^ persistedStream ) |
Parameters
- persistedStream
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2